settings: Add org.gnome.desktop.interface namespace with glob support#280
Open
FreddyFunk wants to merge 1 commit intopop-os:masterfrom
Open
settings: Add org.gnome.desktop.interface namespace with glob support#280FreddyFunk wants to merge 1 commit intopop-os:masterfrom
FreddyFunk wants to merge 1 commit intopop-os:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
xdg-desktop-portal-cosmic settings portal didn't provide org.gnome.desktop.interface settings and didn't support glob patterns in ReadAll. GTK3 queries ReadAll(["org.gnome.*"]) at startup. Therefore the glob never matched, so text-scaling-factor was never delivered, leaving gtk-xft-dpi at 0. WebKitGTK uses that for viewport math, causing ~1,000,000x inflation, causing broken UIs in some apps, like the Hytale Launcher in the linked issue below.
closes pop-os/cosmic-epoch#3062
2026-03-09.20-10-11.mp4